programming4us
           
 
 
SQL Server

Upgrading to SQL Server 2008 : Upgrading Using a Configuration File

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
5/1/2011 5:47:28 PM
If you need to upgrade multiple SQL Server 2008 instances, you’ll likely want to do so without having to run the Installation Center utility each time and manually select the same options over and over. Fortunately, you can run an upgrade via the Installation Center using a configuration file. Using a configuration file, you have a couple options for how you run the upgrade: using the Upgrade Wizard with options prefilled by the configuration file or as a fully automated and unattended installation from the command line. If you run using the GUI with the options prefilled by the configuration file, you have the opportunity to review and change options along the way as necessary.


Following are a few of the parameters relevant to running an upgrade using a configuration file:

  • /ACTION=UPGRADE— Specifies that you are running an upgrade.

  • /INSTANCENAME— Specifies the SQL Server instance to be upgraded. For the default instance, you use the special value MSSQLSERVER.

  • /CONFIGURATIONFILE— Specifies the configuration file to use for the upgrade.

  • /INSTANCEDIR— Specifies a nondefault installation directory for shared components to be upgraded.

  • /UIMODE— Specifies whether to present only the minimum number of dialog boxes during setup. Normal presents all setup dialogs; AutoAdvance skips nonessential dialog boxes.

  • /FTUPGRADEOPTION— Specifies the full-text catalog upgrade option. Valid values are REBUILD, RESET, and IMPORT.

To create an upgrade configuration file, run the Upgrade Wizard as described previously and follow it all the way through to the Ready to Install page where the location of the generated Configuration.ini file is specified. At this point, you can click the Cancel button if you don’t want to actually perform the upgrade. Then copy the Configuration.ini file to another location so you can make any necessary edits to it.

To run an upgrade using a configuration file, you need to run the setup.exe program, which can be found at the root level of the installation media. If you want to override any of the values in the configuration file or provide values not specified in the configuration file, you can provide additional command-line parameters. For example, to avoid having to enter the service account passwords during the installation, you can enter them on the command line using the password parameters to config.exe. Following is a sample execution to upgrade the default instance and specify the account and password for Reporting Services and the service account for Integration Services:

Setup.exe /q /ACTION=upgrade /INSTANCENAME=MSSQLSERVER
/RSUPGRADEDATABASEACCOUNT="myRSaccount" /RSUPGRADEPASSWORD="myRSpassword"
/ISSVCAccount="NT Authority\Network Service" /IACCEPTSQLSERVERLICENSETERMS

Note also that the preceding example specifies the /q parameter, which runs the upgrade in Full Quiet mode, which is intended for running unattended installations. With this switch provided, Setup runs without any user interface. Another option is to run with the /QS switch, which shows progress via the GUI but does not accept any input and displays no error messages if encountered.

Other -----------------
- Destination: SQL Server 2008 or SQL Server 2008 R2 (part 2) - Upgrading In-Place
- Destination: SQL Server 2008 or SQL Server 2008 R2 (part 1) - Side-by-Side Migration
- Upgrading to SQL Server 2008 : Using the SQL Server Upgrade Advisor (UA)
- SQL Server 2008 : Developing Custom Managed Database Objects (part 7) - Using Transactions & Using the Related System Catalogs
- SQL Server 2008 : Developing Custom Managed Database Objects (part 6) - Developing Managed Triggers
- SQL Server 2008 : Developing Custom Managed Database Objects (part 5) - Developing Managed User-Defined Aggregates
- SQL Server 2008 : Developing Custom Managed Database Objects (part 4) - Developing Managed User-Defined Types
- SQL Server 2008 : Developing Custom Managed Database Objects (part 3) - Developing Managed User-Defined Functions
- SQL Server 2008 : Developing Custom Managed Database Objects (part 2) - Developing Managed Stored Procedures
- SQL Server 2008 : Developing Custom Managed Database Objects (part 1)
- SQL Server 2008 : Profiler Usage Scenarios (part 2)
- SQL Server 2008 : Profiler Usage Scenarios (part 1) - Analyzing Slow Stored Procedures or Queries & Deadlocks
- SQL Server 2008 : Defining Server-Side Traces
- SQL Server 2008 : SQL Server Profiler - Replaying Trace Data
- SQL Server 2008 : SQL Server Profiler - Saving and Exporting Traces
- SQL Server 2008 : SQL Server Profiler - Creating Traces
- SQL Server 2008 : SQL Server Profiler Architecture
- SQL Server 2008: Administering Database Objects - Working with Tables (part 7) - Partitions
- SQL Server 2008: Administering Database Objects - Working with Tables (part 6) - Compression
- SQL Server 2008: Administering Database Objects - Working with Tables (part 5) - Sparse Columns
 
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
- First look: Apple Watch

- 3 Tips for Maintaining Your Cell Phone Battery (part 1)

- 3 Tips for Maintaining Your Cell Phone Battery (part 2)
programming4us programming4us